home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / May MacUser Program.cpt / miniGenApp Hdr / WindowUtilPr.h < prev   
Encoding:
C/C++ Source or Header  |  1990-03-29  |  945 b   |  30 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             WindowUtilPr.h
  3.     
  4.     DESCRIPTION:     Window utility prototypes
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
  9.     
  10.     Revision History:
  11.     ==========================================================
  12.     3.30.90    -    May 1990 MacUser Release
  13.     ==========================================================
  14.  
  15.    ***************************************************************************** */
  16.  
  17. #ifndef _WindowUtilPr_
  18. #define _WindowUtilPr_
  19.  
  20. #include <ControlMgr.h>
  21. #include <MacTypes.h>
  22. #include <WindowMgr.h>
  23.  
  24. void            centerWindow    ( WindowPtr );
  25. Rect *            getWinRect        ( WindowPtr, Rect * );
  26.  
  27. #endif
  28. /* ===============================  EOF  =======================================
  29.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  30. ================================================================================ */